home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / game / role / CTW10d.lha / CTW / scripts / Important / dave.script next >
Text File  |  1997-09-02  |  2KB  |  73 lines

  1. SET @WALKLOOP 0|
  2. :LOOP|
  3. ONGOTO 0 @WALKLOOP WK1 WK2 WK3 WK4|
  4. :FIX|
  5. IF @RES = 0 LOOP|
  6. MATH @WALKLOOP + 1|
  7. MATH @WALKLOOP % 4|
  8. GOTO LOOP|
  9.  
  10. :WK1|
  11. WALKTO 201 95 4 @RES|
  12. GOTO FIX|
  13.  
  14. :WK2|
  15. WALKTO 201 281 4 @RES|
  16. GOTO FIX|
  17.  
  18. :WK3|
  19. WALKTO 24 279 4 @RES|
  20. GOTO FIX|
  21.  
  22. :WK4|
  23. WALKTO 39 143 4 @RES|
  24. GOTO FIX|
  25.  
  26. :TOUCH|
  27. HAVEITEM FTPSoftware @RES|
  28. IF @RES GIVEFTP|
  29. HAVEITEM MailPackage @RES|
  30. IF @RES GETANALYSYS|
  31.  
  32. [ "Dave:  Oh, hello %n.  We're still"|
  33. [ "in the middle of our systems upgrade"|
  34. [ "so we're kind of busy here."|
  35. [ "%n:  You're always in the middle of"|
  36. [ "a system's upgrade, Dave!"|
  37. GOTO LOOP|
  38.  
  39. :GIVEFTP|
  40. [ "Dave:  Hey, we've been looking for that!"|
  41. [ "Hey, everybody!  %n here found the"|
  42. [ "FTP Disk!"|
  43. [|
  44. [ "All right!"|
  45. [ "  Good job %n!"|
  46. [ "    You saved our skins!"|
  47. [|
  48. [ "Dave:  This'll give us some free"|
  49. [ "computer time.  Susan, go cancel"|
  50. [ "the download from Earth."|
  51. [ "Susan:  All right, Dave."|
  52. [ "Dave:  This is great.  This is"|
  53. [ "fabulous.  This..."|
  54. [ "%n:  Uh, Dave?  I have to spoil"|
  55. [ "your party, but I need a new ID."|
  56. [ "Dave:  No sweat.  Susan, while you're"|
  57. [ "over there, pull up a new ID for"|
  58. [ "%n.  It should be a fast access now."|
  59. [ "Susan:  All right."|
  60. LABELJUMP 4 CANCELDOWNLOAD|
  61. [ "Dave:  I can't thank you enough for this!"|
  62. [ "%n:  The ID card will do.  It'll save my"|
  63. [ "skin."|
  64. [ "Dave:  James still on your back?"|
  65. [ "%n:  When is he not?"|
  66. [ "Dave:  I understand.  Susan should have your"|
  67. [ "ID in a minute or so, if you can"|
  68. [ "wait around."|
  69. [ "%n:  All right."|
  70. TAKEITEM FTPSoftware @RES|
  71. GOTO LOOP|
  72.  
  73.